
用 npm script 打造超溜的前端工作流培訓
1
為什么選擇 npm script
2
入門篇 01:創建并運行 npm script 命令
3
入門篇 02:運行多個 npm script 的各種姿勢
4
入門篇 03:給 npm script 傳遞參數和添加注釋
5
進階篇 01:使用 npm script 的鉤子
6
進階篇 02:在 npm script 中使用環境變量
7
進階篇 03:實現 npm script 命令自動補全
8
高階篇 01:實現 npm script 跨平臺兼容
9
高階篇 02:把龐大的 npm script 拆到單獨文件中
10
高階篇 03:用 node.js 腳本替代復雜的 npm script
11
實戰篇 01:監聽文件變化并自動運行 npm script
12
實戰篇 02:結合 live-reload 實現自動刷新
13
實戰篇 03:在 git hooks 中運行 npm script
14
實戰篇 04:用 npm script 實現構建流水線
15
實戰篇 05:用 npm script 實現服務自動化運維